RegistrationEvent

Entity Definition

Logical Name : RegistrationEvent
Physical Name : EV_RGSTN

A RegistrationEvent identifies the place and time at which a consumer registration state change takes place. Typically this marks the creation of a registration.

Data Definition

Attribute Description Physical Name Domain Data Type Foreign Key Table
RegistrationEventID (PK) Token ID for a registration event ID_RGSTN_EV Identity integer
RegistrationEventDateTimeStamp Date and time the registration was created TS_RGSTN_EV AuditDateTime datetime
RegistrationActionTypeCode Defines the type of activity completed related to a consumer registration. Valid values include: CREATE - create registration (unvalidated) VALIDATE - validate a registration (implies creation) CANCEL - consumer requested cancellation of a registration CD_ACTN_TYP Code varchar(20)
LocationID (FK) A unique system assigned identifier for the SellingLocation. ID_LCN Identity integer SellingLocation(LO_LCN_SL)
ChannelID (FK) Token Identifier for a channel instance ID_CHNL Identity integer Channel(CO_CHNL)
ConsumerID (FK) Token ID for a Consumer instance. ID_CNS Identity integer Consumer(PA_CNS)

Relationships

Parent Entity Verb Phrase Child Entity
Consumer state changed by RegistrationEvent
Channel defines how, when and where RegistrationEvent
SellingLocation is place of RegistrationEvent
RegistrationEvent triggers change in ConsumerRegistrationState

Logical Views containing RegistrationEvent

Logical View
Logical 07015 - Customer Lifecycle and Registration
Logical 07017 - Consumer-Customer Lifecycle Context View
Logical 07030 - Customer Segment Independent Characteristics